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
I am going to add google wallet feature in my laravel website, i did follow instruction which added in readme file. I update my composer file as bellow :
Hello,
I am going to add google wallet feature in my laravel website, i did follow instruction which added in readme file. I update my composer file as bellow :
{
"require": {
"google/auth": "^1.18",
"guzzlehttp/guzzle": "*",
"google/apiclient": "^2.15",
"google/apiclient-services": "~0.300"
},
"scripts": {
"pre-autoload-dump": "Google\Task\Composer::cleanup"
},
"extra": {
"google/apiclient-services": [
"Walletobjects"
]
}
}
ut when i am trying to run "composer install" command in my mac terminal return error :
[InvalidArgumentException]
Google service "Walletobjects" does not exist or was removed previously
Please give me some ideal how to resolve this problem or add this missing "Walletobjects" file?
The text was updated successfully, but these errors were encountered: