Method: PayPalCheckoutSdk::Payments::AuthorizationsCaptureRequest#pay_pal_request_id
- Defined in:
- lib/paypal/paypal_checkout_sdk/payments/authorizations_capture_request.rb
#pay_pal_request_id(pay_pal_request_id) ⇒ Object
23 24 25 |
# File 'lib/paypal/paypal_checkout_sdk/payments/authorizations_capture_request.rb', line 23 def pay_pal_request_id(pay_pal_request_id) @headers["PayPal-Request-Id"] = pay_pal_request_id end |