-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit In-App Purchase Review Screenshot
Co-authored-by: Tomislav Markanovic <tomislav@platogo.com>
- Loading branch information
1 parent
cd0e391
commit febc5e5
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
lib/app_store_connect/requests/v1/in_app_purchase_review_screenshot/update.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# frozen_string_literal: true | ||
|
||
module AppStoreConnect | ||
module Requests | ||
module V1 | ||
module InAppPurchaseReviewScreenshot | ||
class Update < Request::Body | ||
data do | ||
id | ||
type 'inAppPurchaseAppStoreReviewScreenshots' | ||
|
||
attributes do | ||
property :uploaded | ||
property :source_file_checksum | ||
end | ||
end | ||
end | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters