Module: PayboxApi::Spec::V4::Stub
Class Method Summary collapse
Class Method Details
.request ⇒ Object
10 11 12 13 14 15 |
# File 'lib/paybox_api/spec/v4/stub.rb', line 10 def request stub_request( :post, 'https://api.paybox.money/v4/payments' ).to_return(status: 200, body: '{}', headers: {}) end |