Skip to content

Instantly share code, notes, and snippets.

@vipulnsward
Created July 27, 2020 17:36
Show Gist options
  • Save vipulnsward/5d9d616dacb1e0d9b0e5fb4694652f7a to your computer and use it in GitHub Desktop.
Save vipulnsward/5d9d616dacb1e0d9b0e5fb4694652f7a to your computer and use it in GitHub Desktop.
.[Cassette: 'PaypalRestApi/#pay/when invalid order id is passed/fails with an error'] Initialized with options: {:record=>:none, :record_on_error=>true, :match_requests_on=>[:method, :uri], :allow_unused_http_interactions=>true, :serialize_with=>:yaml, :persist_with=>:file_system, :persister_options=>{}}
[webmock] Handling request: [post https://api.sandbox.paypal.com/v1/oauth2/token] (disabled: false)
[webmock] Identified request type (ignored) for [post https://api.sandbox.paypal.com/v1/oauth2/token]
[webmock] Handling request: [post https://api.sandbox.paypal.com/v1/checkout/orders/invalid_order/pay] (disabled: false)
[webmock] Identified request type (ignored) for [post https://api.sandbox.paypal.com/v1/checkout/orders/invalid_order/pay]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment