diff --git a/WePayV3/Contracts/BasicWePay.php b/WePayV3/Contracts/BasicWePay.php index c98f068..668d722 100644 --- a/WePayV3/Contracts/BasicWePay.php +++ b/WePayV3/Contracts/BasicWePay.php @@ -242,7 +242,7 @@ abstract class BasicWePay "nonce_str: {$nonce}", "signature: {$sign}" ]; - $lines = []; + $line = []; $line[] = "--{$boundary}"; $line[] = "Content-Disposition: form-data; name=\"meta\""; $line[] = "Content-Type: application/json";