File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ protected function p():array {return [
57
57
# It can be useful for storing additional information about the customer
58
58
# in a structured format.
59
59
# It's often a good idea to store an email address in metadata for tracking later.»
60
- //
60
+ #
61
61
# https://stripe.com/docs/api/php#metadata
62
62
# «You can have up to 20 keys, with key names up to 40 characters long
63
63
# and values up to 500 characters long.»
64
- //
64
+ #
65
65
# 2016-03-08
66
66
# https://stripe.com/blog/adding-context-with-metadata
67
67
# «Adding context with metadata»
Original file line number Diff line number Diff line change @@ -116,5 +116,5 @@ protected function p():array {return [
116
116
* @used-by \Df\StripeClone\P\Reg::request()
117
117
* @return array(array(string => mixed))
118
118
*/
119
- protected function v_CardId (string $ id ) {return fToken::trimmed ($ id );}
119
+ protected function v_CardId (string $ id ): array {return fToken::trimmed ($ id );}
120
120
}
You can’t perform that action at this time.
0 commit comments