Method: PayPalCheckoutSdk::Payments::AuthorizationsCaptureRequest#prefer
- Defined in:
- lib/paypal/paypal_checkout_sdk/payments/authorizations_capture_request.rb
#prefer(prefer) ⇒ Object
27 28 29 |
# File 'lib/paypal/paypal_checkout_sdk/payments/authorizations_capture_request.rb', line 27 def prefer(prefer) @headers["Prefer"] = prefer end |