1 file changed
+1
-1
lines changedSubmodule sample-code-ruby updated 53 files
- CustomerProfiles/create-customer-payment-profile.rb+40-16
- CustomerProfiles/create-customer-profile.rb+70-18
- CustomerProfiles/create-customer-shipping-address.rb+3-4
- CustomerProfiles/delete-customer-payment-profile.rb+2-2
- CustomerProfiles/delete-customer-profile.rb+2-2
- CustomerProfiles/delete-customer-shipping-address.rb+2-2
- CustomerProfiles/get-accept-customer-profile-page.rb+6-5
- CustomerProfiles/get-customer-payment-profile-list.rb+3-3
- CustomerProfiles/get-customer-payment-profile.rb+3-3
- CustomerProfiles/get-customer-profile-ids.rb+5-4
- CustomerProfiles/get-customer-profile.rb+13-13
- CustomerProfiles/get-customer-shipping-address.rb+4-4
- CustomerProfiles/update-customer-payment-profile.rb+2-2
- CustomerProfiles/update-customer-profile.rb+2-2
- CustomerProfiles/update-customer-shipping-address.rb+2-2
- CustomerProfiles/validate-customer-payment-profile.rb+2-2
- FraudManagement/approve-or-decline-held-transaction.rb+10-10
- MobileInAppTransactions/create-an-accept-transaction.rb+9-9
- MobileInAppTransactions/create-an-android-pay-transaction.rb+9-9
- MobileInAppTransactions/create-an-apple-pay-transaction.rb+9-9
- PayPalExpressCheckout/authorization-and-capture-continued.rb+11-11
- PayPalExpressCheckout/authorization-and-capture.rb+23-24
- PayPalExpressCheckout/authorization-only-continued.rb+14-14
- PayPalExpressCheckout/authorization-only.rb+30-19
- PayPalExpressCheckout/credit.rb+9-9
- PayPalExpressCheckout/get-details.rb+14-14
- PayPalExpressCheckout/prior-authorization-capture.rb+18-18
- PayPalExpressCheckout/void.rb+33-23
- PaymentTransactions/authorize-credit-card.rb+14-13
- PaymentTransactions/capture-funds-authorized-through-another-channel.rb+10-10
- PaymentTransactions/capture-previously-authorized-amount.rb+20-20
- PaymentTransactions/charge-credit-card.rb+14-13
- PaymentTransactions/charge-customer-profile.rb+11-10
- PaymentTransactions/charge-tokenized-credit-card.rb+12-11
- PaymentTransactions/create-an-accept-payment-transaction.rb+10-9
- PaymentTransactions/credit-bank-account.rb+13-11
- PaymentTransactions/debit-bank-account.rb+17-13
- PaymentTransactions/refund-transaction.rb+9-9
- PaymentTransactions/void-transaction.rb+19-19
- README.md+19-11
- RecurringBilling/cancel-subscription.rb+3-3
- RecurringBilling/create-subscription-from-customer-profile.rb+3-5
- RecurringBilling/create-subscription.rb+3-4
- RecurringBilling/get-list-of-subscriptions.rb+5-5
- RecurringBilling/get-subscription-status.rb+3-2
- RecurringBilling/get-subscription.rb+10-10
- RecurringBilling/update-subscription.rb+3-3
- TransactionReporting/get-batch-statistics.rb+11-12
- TransactionReporting/get-customer-profile-transaction-list.rb+7-7
- TransactionReporting/get-transaction-details.rb+2-1
- TransactionReporting/get-transaction-list.rb+25-19
- VisaCheckout/create-visa-checkout-transaction.rb+9-9
- spec/sample_code_spec.rb+50-25
0 commit comments