diff --git a/docs/shipengine-php-docs/classes/ShipEngine-Util-Constants-ErrorCode.html b/docs/shipengine-php-docs/classes/ShipEngine-Util-Constants-ErrorCode.html index 8f4f82b..dcc11fa 100644 --- a/docs/shipengine-php-docs/classes/ShipEngine-Util-Constants-ErrorCode.html +++ b/docs/shipengine-php-docs/classes/ShipEngine-Util-Constants-ErrorCode.html @@ -397,7 +397,7 @@

VERIFICATION_FAILURE  = "verification_failure" - +
When verifying your account (by email, SMS, phone call, etc.) this error indicates that the verification code is incorrect. Please re-start the verification process to get a new code.
@@ -417,6 +417,18 @@

ShipEngine only allows you to have one webhook of each type. If you would like to replace a webhook with a new one, please delete the old one first.
+
+ FUNDING_SOURCE_MISSING_CONFIGURATION + +  = "funding_source_missing_configuration" +
+
Funding source isnt properly configured and can't be used.
+
+FUNDING_SOURCE_ERROR + + = "funding_source_error" +
+
There was an unexpected problem with a funding source.
@@ -1421,6 +1433,61 @@

+

+ FUNDING_SOURCE_MISSING_CONFIGURATION + +

+ + + +

Funding source isnt properly configured and can't be used.

+ + + public + mixed + FUNDING_SOURCE_MISSING_CONFIGURATION + = "funding_source_missing_configuration" + + + +
+ + + + +
+

+ FUNDING_SOURCE_ERROR + +

+ + + +

There was an unexpected problem with a funding source.

+ + + public + mixed + FUNDING_SOURCE_ERROR + = "funding_source_error" + + + +
+ + +