Skip to content

Commit

Permalink
Merge branch 'feature/supportABAPSDKforGoogleCloud1.7' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/neptune-software/google-abap-sdk into feature/supportABAPSDKforGoogleCloud1.7
  • Loading branch information
thorsten-wolf-neptune committed Jun 12, 2024
2 parents 32c8fd0 + 6d3786d commit 1de8f2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/zgoog_client/zcl_goog_fcm_v1.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class ZCL_GOOG_FCM_V1 definition
create public .

public section.
type-pools ABAP .

types:
begin of ty_android_notification,
Expand Down Expand Up @@ -142,8 +141,8 @@ public section.
end of ty_messages_send_each_for_mc .

constants C_SERVICE_NAME type /GOOG/SERVICE_NAME value 'fcm:v1'. "#EC NOTEXT
constants C_REVISION_DATE type DATUM value 20240321. "#EC NOTEXT "#EC NEEDED
constants C_SUPPORTED_AUTH type /GOOG/SUPP_AUTH value 'IJIJ'. "#EC NOTEXT "#EC NEEDED
constants C_REVISION_DATE type DATUM value 20240321. "#EC NOTEXT "#EC NEEDED
constants C_SUPPORTED_AUTH type /GOOG/SUPP_AUTH value 'IJIJ'. "#EC NOTEXT "#EC NEEDED
constants C_ROOT_URL type STRING value 'https://fcm.googleapis.com'. "#EC NOTEXT
constants C_PATH_PREFIX type STRING value ''. "#EC NOTEXT

Expand Down

0 comments on commit 1de8f2b

Please sign in to comment.