lib/nitro_pay/transaction.rb in nitro_pay-1.0.2 vs lib/nitro_pay/transaction.rb in nitro_pay-1.0.3
- old
+ new
@@ -31,10 +31,10 @@
NitroPay::Currency.to_operator_str self.hash_resp[:amount].to_s
end
# POST /api/transactions/page return operator page URL, like the Cielo Page
def charge_page(full_resp=false)
- custom_http_params
+ custom_http_params(skip_formatters=true)
# SetUp redirect dynamic if is test
self.request_params[:transaction][:redirect_link] = "#{self.redirect_link}" if self.request_params[:transaction][:test_env]
# dynamic path (it is written when a specific method use it)
self.path = 'checkouts'
\ No newline at end of file