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
It would be useful for consumers to extend the API class for integrating other requests such as /trade-account.
The functions that are currently in the API class are set to private.
It would be good to make all of them protected for easier extensibility. Currently, the API class is only instantiated, not extended so I don't think this would have any major impact on the current design.
Hi,
It would be useful for consumers to extend the API class for integrating other requests such as
/trade-account
.The functions that are currently in the API class are set to
private
.It would be good to make all of them
protected
for easier extensibility. Currently, the API class is only instantiated, not extended so I don't think this would have any major impact on the current design.bnpl-checkout-woocommerce/src/Mondu/Mondu/Api.php
Line 342 in 235b001
bnpl-checkout-woocommerce/src/Mondu/Mondu/Api.php
Line 306 in 235b001
bnpl-checkout-woocommerce/src/Mondu/Mondu/Api.php
Line 288 in 235b001
bnpl-checkout-woocommerce/src/Mondu/Mondu/Api.php
Line 274 in 235b001
bnpl-checkout-woocommerce/src/Mondu/Mondu/Api.php
Line 260 in 235b001
bnpl-checkout-woocommerce/src/Mondu/Mondu/Api.php
Line 246 in 235b001
As well as the settings:
bnpl-checkout-woocommerce/src/Mondu/Mondu/Api.php
Line 25 in 235b001
The text was updated successfully, but these errors were encountered: