Commit 3263c08
Submodule sample-code-ruby updated 76 files
- .gitignore+2
- .travis.yml+3-3
- ApplePayTransactions/create-an-apple-pay-transaction.rb-37
- CustomerProfiles/create-customer-payment-profile.rb+7-3
- CustomerProfiles/create-customer-profile-from-a-transaction.rb-30
- CustomerProfiles/create-customer-profile-from-transaction.rb+26-5
- CustomerProfiles/create-customer-profile.rb+16-6
- CustomerProfiles/create-customer-shipping-address.rb+3-3
- CustomerProfiles/delete-customer-payment-profile.rb+3-3
- CustomerProfiles/delete-customer-profile.rb+3-3
- CustomerProfiles/delete-customer-shipping-address.rb+3-3
- CustomerProfiles/get-accept-customer-profile-page.rb+4-4
- CustomerProfiles/get-customer-payment-profile-list.rb+3-3
- CustomerProfiles/get-customer-payment-profile.rb+13-5
- CustomerProfiles/get-customer-profile-ids.rb+16-7
- CustomerProfiles/get-customer-profile.rb+12-5
- CustomerProfiles/get-customer-shipping-address.rb+14-6
- CustomerProfiles/update-customer-payment-profile.rb+3-3
- CustomerProfiles/update-customer-profile.rb+3-3
- CustomerProfiles/update-customer-shipping-address.rb+3-3
- CustomerProfiles/validate-customer-payment-profile.rb+2-2
- FraudManagement/approve-or-decline-held-transaction.rb+57
- FraudManagement/get-held-transaction-list.rb+47
- Gemfile+1-1
- MobileInAppTransactions/create-an-accept-transaction.rb+59
- MobileInAppTransactions/create-an-android-pay-transaction.rb+59
- MobileInAppTransactions/create-an-apple-pay-transaction.rb+58
- PayPalExpressCheckout/authorization-and-capture-continue.rb+69
- PayPalExpressCheckout/authorization-and-capture.rb+71
- PayPalExpressCheckout/authorization-only-continued.rb+70
- PayPalExpressCheckout/authorization-only.rb+60
- PayPalExpressCheckout/credit.rb+67
- PayPalExpressCheckout/get-details.rb+69
- PayPalExpressCheckout/prior-authorization-capture.rb+112
- PayPalExpressCheckout/void.rb+103
- PaymentTransactions/authorize-credit-card.rb+73-19
- PaymentTransactions/capture-funds-authorized-through-another-channel.rb+30-12
- PaymentTransactions/capture-previously-authorized-amount.rb+63-23
- PaymentTransactions/charge-credit-card.rb+80-16
- PaymentTransactions/charge-customer-profile.rb+32-11
- PaymentTransactions/charge-tokenized-credit-card.rb+35-16
- PaymentTransactions/create-an-accept-payment-transaction.rb+60
- PaymentTransactions/credit-bank-account.rb+37-17
- PaymentTransactions/debit-bank-account.rb+39-19
- PaymentTransactions/get-an-accept-payment-page.rb+47
- PaymentTransactions/refund-transaction.rb+32-12
- PaymentTransactions/update-split-tender-group.rb+4-4
- PaymentTransactions/void-transaction.rb+62-20
- PaypalExpressCheckout/authorization-and-capture-continue.rb-48
- PaypalExpressCheckout/authorization-and-capture.rb-51
- PaypalExpressCheckout/authorization-only-continued.rb-55
- PaypalExpressCheckout/authorization-only.rb-40
- PaypalExpressCheckout/credit.rb-51
- PaypalExpressCheckout/get-details.rb-51
- PaypalExpressCheckout/prior-authorization-capture.rb-69
- PaypalExpressCheckout/void.rb-64
- README.md+16-8
- RecurringBilling/cancel-subscription.rb+4-4
- RecurringBilling/create-subscription-from-customer-profile.rb+54
- RecurringBilling/create-subscription.rb+4-5
- RecurringBilling/get-list-of-subscriptions.rb+11-5
- RecurringBilling/get-subscription-status.rb+4-4
- RecurringBilling/get-subscription.rb+3-3
- RecurringBilling/update-subscription.rb+11-5
- TransactionReporting/get-batch-statistics.rb+5-5
- TransactionReporting/get-customer-profile-transaction-list.rb+49
- TransactionReporting/get-merchant-details.rb+50
- TransactionReporting/get-settled-batch-list.rb+6-6
- TransactionReporting/get-transaction-details.rb+4-4
- TransactionReporting/get-transaction-list.rb+12-3
- TransactionReporting/get-unsettled-transaction-list.rb+13-3
- VisaCheckout/create-visa-checkout-transaction.rb+34-13
- VisaCheckout/decrypt-visa-checkout-data.rb+5-5
- credentials.yml+1-1
- spec/sample_code_spec.rb+56-5
- spec/spec_helper.rb+2
0 commit comments