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
The acceptOrderTOS attribute on the Shopper is missing and an order can't be processed without it.
classWildWest_Reseller_Shopper
{
...
/**
* String "agree" is necessary for running an order with a shopper object
*
* @var string
*/
public$acceptOrderTOS = 'agree';
...
}
The text was updated successfully, but these errors were encountered:
The
acceptOrderTOS
attribute on the Shopper is missing and an order can't be processed without it.The text was updated successfully, but these errors were encountered: