You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
and a separate issue:
is there an easy way to implement a change of tariff plan?
I did it through route redefinition, but it's not the best solution, to say the least.
The text was updated successfully, but these errors were encountered:
Expected Behavior
will open the fare confirmation window
Current Behavior
error:
Undefined property: Osiset\ShopifyApp\Services\ChargeHelper::$capped_amount
if you make the 'capped_amount' null field, then everything is fine.
Steps to Reproduce
Context
Package Version: v11.1.0
Laravel Version: v6.18.2
PHP Version: v7.2.2
Failure Logs
message: "Undefined property: Osiset\ShopifyApp\Services\ChargeHelper::$capped_amount"
exception: "ErrorException"
file: "/home/user/public_html/testApp/vendor/osiset/laravel-shopify/src/ShopifyApp/Services/ChargeHelper.php"
line: 267
and a separate issue:
is there an easy way to implement a change of tariff plan?
I did it through route redefinition, but it's not the best solution, to say the least.
The text was updated successfully, but these errors were encountered: