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
{{ message }}
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
I noticed that we can create keys but not subkeys... for example, google is making me crazy by asking me to create something like this...
"iss" => $sellerIdentifier,
"aud" => "Google",
"typ" => "google/payments/inapp/item/v1",
"exp" => time() + 3600,
"iat" => time(),
"request" => array (
"name" => "Piece of Cake",
"description" => "Virtual chocolate cake to fill your virtual tummy"
"price" => "10.50",
"currencyCode" => "USD",
"sellerData" => "user_id:1224245,offer_code:3098576987,affiliate:aksdfbovu9j",
)
now... now to put the name, description, price, currenycode, etc... into the request element???? PLEASE advise...
The text was updated successfully, but these errors were encountered: