Method: PlentyClient::Payment::Transaction.find
- Defined in:
- lib/plenty_client/payment/transaction.rb
.find(transaction_type_id, headers = {}, &block) ⇒ Object
12 13 14 |
# File 'lib/plenty_client/payment/transaction.rb', line 12 def find(transaction_type_id, headers = {}, &block) get(build_endpoint(FIND_PAYMENT_TRANSACTIONS, transaction_type: transaction_type_id), headers, &block) end |