Skip to content

Commit c2c1f97

Browse files
author
Cesar Camacho
committed
Call add processing type and original network methods
1 parent 6d78855 commit c2c1f97

File tree

1 file changed

+2
-0
lines changed
  • lib/active_merchant/billing/gateways

1 file changed

+2
-0
lines changed

Diff for: lib/active_merchant/billing/gateways/litle.rb

+2
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ def add_auth_purchase_params(doc, money, payment_method, options)
222222
add_payment_method(doc, payment_method, options)
223223
add_pos(doc, payment_method)
224224
add_descriptor(doc, options)
225+
add_processing_type(doc, options)
226+
add_original_network_transaction(doc, options)
225227
add_merchant_data(doc, options)
226228
add_debt_repayment(doc, options)
227229
add_stored_credential_params(doc, options)

0 commit comments

Comments
 (0)