You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -190,8 +190,8 @@ We’re exploring a new model of maintaining the SDKs which allows us to be more
190
190
else
191
191
raise"Failed to make purchase."
192
192
end
193
-
194
-
195
-
196
193
````
197
194
195
+
### Visa Checkout Example
196
+
Our code samples repository has sample code for sending a transaction with Visa Checkout payment data (https://github.com/AuthorizeNet/sample-code-ruby/blob/master/VisaCheckout/visacheckout-transaction.rb) and for decrypting Visa Checkout payment data (https://github.com/AuthorizeNet/sample-code-ruby/blob/master/VisaCheckout/visacheckout-decrypt.rb).
0 commit comments