From f4564622659d5c46e4bc1310ccc38b088b2fce0c Mon Sep 17 00:00:00 2001 From: Saivann Date: Sun, 8 Jun 2014 23:02:39 -0400 Subject: [PATCH] Move Gavin's Payment Request Generator to the "Examples" page --- _includes/example_payment_processing.md | 3 +++ _includes/guide_payment_processing.md | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/example_payment_processing.md b/_includes/example_payment_processing.md index 57d786aa..ea652f7a 100644 --- a/_includes/example_payment_processing.md +++ b/_includes/example_payment_processing.md @@ -21,6 +21,9 @@ aware of the payment protocol, it accesses the URL specified in the `r` parameter, which should provide it with a serialized PaymentRequest served with the [MIME][] type `application/bitcoin-paymentrequest`. +**Resource:** Gavin Andresen's [Payment Request Generator][] generates +custom example URIs and payment requests for use with testnet. + {% endautocrossref %} #### PaymentRequest & PaymentDetails diff --git a/_includes/guide_payment_processing.md b/_includes/guide_payment_processing.md index 4d1c6cad..be3e85c8 100644 --- a/_includes/guide_payment_processing.md +++ b/_includes/guide_payment_processing.md @@ -402,9 +402,6 @@ users and software don't need to worry about payments being sent to addresses which are no longer monitored.) See the Refunds section below for more details. -**Resource:** Gavin Andresen's [Payment Request Generator][] generates -custom example URIs and payment requests for use with testnet. - {% endautocrossref %} ### Verifying Payment