lib/active_merchant/billing/integrations/bit_pay/helper.rb in activemerchant-1.39.2 vs lib/active_merchant/billing/integrations/bit_pay/helper.rb in activemerchant-1.40.0
- old
+ new
@@ -32,10 +32,10 @@
:state => 'buyerState',
:zip => 'buyerZip',
:country => 'buyerCountry'
mapping :notify_url, 'notificationURL'
- mapping :return_url, 'returnURL'
+ mapping :return_url, 'redirectURL'
mapping :id, 'id'
def generate_invoice_id
invoice_data = ssl_post(BitPay.invoicing_url)